Click or drag to resize

Owner Class

The Owner class represents originator of the session.
Inheritance Hierarchy
SystemObject
  Independentsoft.Sip.SdpOwner

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public class Owner

The Owner type exposes the following members.

Constructors
  NameDescription
Public methodOwner
Initializes a new instance of the Owner class.
Public methodOwner(String)
Initializes a new instance of the Owner class.
Public methodOwner(String, String)
Initializes a new instance of the Owner class.
Public methodOwner(String, Int64, Int64, String)
Initializes a new instance of the Owner class.
Public methodOwner(String, Int64, Int64, AddressType, String)
Initializes a new instance of the Owner class.
Public methodOwner(String, Int64, Int64, NetworkType, AddressType, String)
Initializes a new instance of the Owner class.
Top
Properties
  NameDescription
Public propertyAddress
Gets or sets address. The address is the globally unique address of the machine from which the session was created.
Public propertyAddressType
Gets or sets address type.
Public propertyNetworkType
Gets or sets network type.
Public propertySessionID
Gets or sets globally unique identifier for the session.
Public propertySessionIDString
Gets globally unique identifier for the session.
Public propertyUsername
Gets or sets username. The username is the user’s login name on the originating host, or it is "-" if the originating host does not support the concept of user ids. The username must not contain spaces.
Public propertyVersion
Gets or sets version number.
Public propertyVersionString
Gets or sets version number.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberParse
Converts the specified string representation of a presence description to its Owner equivalent.
Public methodToString
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also